'宣言 Public Function New( _ ByVal format As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim format As System.String Dim args() As System.Object Dim instance As New C1DocumentSourceException(format, args)
パラメータ
- format
- 例外メッセージ書式設定文字列。
- args
- 書式設定文字列に提供されるパラメータのリスト。